home *** CD-ROM | disk | FTP | other *** search
/ TOS Silver 2000 / TOS Silver 2000.iso / musik / MIDIFP21 / SOURCES / INCLUDE / MESSAGES.PIF < prev    next >
Encoding:
Text File  |  1996-08-18  |  555 b   |  24 lines

  1. /**************************************************************
  2. *
  3. *                MESSAGES.H
  4. *
  5. **************************************************************/
  6.  
  7. /*** messages, 25000..25010 reserved for MIDI FILE PRINTER ***/
  8.  
  9. #define TERMINATE     25004
  10. #define REDRAW        25005
  11. #define KEY_PRESS     25006
  12. #define ZOOM_PLUS     25007
  13. #define ZOOM_MINUS    25008
  14.  
  15. /*** message format for key pressure events ***/
  16.  
  17. typedef struct 
  18.     Awindow *sender ; 
  19.     int kstate ; 
  20.     int key ; 
  21. } KEY_MESSAGE ;
  22.  
  23. static KEY_MESSAGE key_message ;